

/* footer nav */
.footer-column-title {
    margin-bottom: 0px;
}

.footer-column-links .footer-column-title:not(:first-child) {
    margin-top: 5px;
}


/* Tiptop start*/
/* legacy */
.tiptop-banner {
    padding: 13px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
}
.tiptop-banner p, 
.tiptop-banner a,
.tiptop-banner a:hover,
.tiptop-banner a:active,
.tiptop-banner a:visited {
    color: #000;
    text-align: center;
    text-transform: none;
}
/* legacy end */

/* vimeo hero start */
.vimeo-video {
    position: relative;
    max-width: 1680px;
}

.vimeo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeo-video-link {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

@media (max-width:990px) {

    .mobile-only .vimeo-video,
    .mobileOnly .vimeo-video {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* vimeo hero end */

.header-subheader-container {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.xbrand-bar {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background-color: #fff;
    line-height: 1.29;
    padding: 0 45px;
}

.xbrand-bar-left {
    display: flex;
    display: -webkit-flex;
    line-height: 15.4px;
}

.xbrand-bar a {
    font-weight: 400;
    color: #010101;
    font-size: 11px;
    text-decoration: none;
    margin-right: 12px;
}

.xbrand-bar a:hover {
    text-decoration: underline;
}

.pb-xbrand a {
    font-size: 14px;
    margin-right: 34px;
}

.xbrand-bar-right a {
    font-size: 14px;
}

.tiptopNav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3b3b3b;
    height: 40px;
    width: 100%;
    padding: 0 45px;
}

.tiptopNav p,
.tiptopNav a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.tiptopNav a {
    padding-left: 2vw;
}

.tiptopNav a:first-child {
    padding-left: 0;
}
@media screen and (max-width: 990px) {
    .xbrand-bar, .tiptopNav {
        padding: 0 8px !important;
        justify-content: center;
    }
    .xbrand-bar-right {
        display: none;
    }
    .xbrand-bar a {
        white-space: nowrap;
        margin-right: 16px;
    }
    .xbrand-bar-left a:last-child {
        margin-right: 0;
    }
    .tiptopNav {
        background-color: #010101;
    }
    .tiptopNav p,
    .tiptopNav a {
        font-size: 11px;
        font-weight: 600;
    }
    .tiptopNavLeft {
        white-space: nowrap;
    }
    .tiptopNavRight {
        display: none;
    }
}
/* mobile */
@media (max-width:990px) {
    #brandsBannerLeft {
        width: 100%;
        justify-content: space-between;
    }

    #brandsBannerLeft a {
        margin-right: 0;
    }

    #brandsBannerRight {
        display: none;
    }
}

/* desktop */
@media (min-width: 991px) {
    #brandsBanner a {
        line-height: 20px;
    }

    #brandsBanner a:hover {
        border-bottom: 0.5px solid #363636;
    }
}
/* tip top end */

/* collectionNav start */
.collectionNav {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto 3.5rem;
}

.collectionNav a {
    font-size: 0.875rem;
    line-height: 1.7437rem;
}

.collectionNav .active {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .collectionNav {
        display: none;
    }
}

/* collectionNav end */

/* collection page start */
#collection-collection {
    display: block;
    margin: auto;
    max-width: 1400px;
}

#collection-collection .row {
    display: flex;
}

.container-fluid {
    margin-bottom: 20px;
    padding: 0;
}

.collectionHeader {
    padding-bottom: 20px;
}

.collectionaHeader h1 {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 40px;
}

.collectionHeader p {
    font-family: "TTNormsPro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin: 10px 0;
    text-align: center;
}

.collectionImg img {
    display: block;
    max-width: 100%;
    text-align: center;
}

.collectionCopy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.collectionCopy h2 {
    padding-top: 28px;
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 1px;
}

.collectionCopy p {
    font-size: 15px;
    font-family: "TTNormsPro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.3px;
    color: #333;
    display: block;
}

.collectionCopy p span {
    font-size: 10px;
}

.collectionCopy img {
    width: 100%;
    display: block;
}

.collection-collection .collection-copy .shop-the-collection-button .btn {
    height: 29px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
}

.shop-the-collection-button {
    padding: 0;
    text-transform: uppercase;
    font-family: "TTNormsPro", Helvetica, Arial, sans-serif;
    letter-spacing: 1.5px;
    margin: 25px 0 20px;
}

.btn-alternate {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 0;
}

.swatches {
    width: 20%;
    padding: 0 3px;
}

.swatchCard {
    margin-top: 30px;
    width: 100%;
}

@media(max-width: 991px) {
    #bedroom-collection {
        width: 100%;
    }

    .collectionHeader h1 {
        font-size: 25px;
        line-height: 22px;
        text-align: center;
        font-weight: 400;
        letter-spacing: 1px;
        margin-top: 40px;
        text-transform: uppercase;
    }

    .collectionHeader p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        margin: 10px 0;
        text-align: center;
    }

    .collectionCopyMobile {
        text-align: center;
        margin: 10px auto;
    }

    .collectionCopyMobile h2 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .rowMobile {
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .rowMobile img {
        width: 10%;
    }

    .swatchesMobile {
        padding: 0 3px;
        margin-top: 20px;
    }

    .shop-the-collection-button {
        text-align: center;
    }
}
/* collection page end */


/* PIP attribute styles start */
.product-views-option-color-label-header {
    margin-bottom: 30px;
}

.product-views-option-color-label-header label {
    margin-bottom: 0;
}

.product-views-option-color-value {
    text-transform: none;
    line-height: 1.5;
}

/* PIP attribute styles end */

/* email flyover */
.modal-email-capture-flyover {
    top: 30px;
}
.bg-brands {
  width: 100%;
  background-color: #000;
}
.brands-banner {
  padding: 9.5px 1%;
  display: table;
  width: 100%;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}
.brand-col {
  display: table-cell;
  font-size: 9.5px;
  letter-spacing: 0.5px;
  float: left;
}
.brand-col a,.brand-col active {
  padding-bottom: 5px;
  color:#fff!important;
}
.brand-col a:hover {
  color:#fff;
  border-bottom: 1px solid #fff;
}
.dropdown-menu {
  margin-left: -100px;
}
.my-account-item-cell, .dropdown-menu>li>a, .dropdown-menu>li>a:hover {
  color:#000!important;
  border-bottom: none;
}
.monogram-pdp-button {
  width: 100%;
}

.product-details-information-tab-content-container a {
    text-decoration: underline;
}
  /* PIP Banner Code */
    .pipBannerShort, .pipBannerFull{
        max-height: 230px;
        background-color: #f8f8f8;
        margin-bottom: 20px;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .pipBannerShort{
        max-width: 670px;
    }
    .pipBannerFull{
        max-width: 1370px;
        margin: 0 auto;
    }
    .pipBannerShort .pipBannerImg{
        max-width: 200px;
        width: 100%;
    }
    .pipBannerFull .pipBannerImg{
        max-width: 548px;
        width: 100%;
    }
    .pipBannerImg img{
        vertical-align: bottom;
    }
    .pipBannerCopy{
        width: 100%;
    }
    .pipBannerShort .pipBannerCopy{
        max-width: 500px;
        padding: 0 4.624%;
    }
    .pipBannerFull .pipBannerCopy{
        max-width: 882px;
        padding: 0 4.624%;
    }
    #YMANblock {
      border-bottom: 1px solid #e5e5e4
    }
    #YMANblock h2{
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.3em;
    text-transform: uppercase;
    }
    .pipBannerCopy p, .pipBannerCopy a{
        margin-bottom: 5%;
        font-size: 13px;
    }
    .relatedbox {
    padding: 20px 0px 20px 0px;
    margin-top: 5px;
    border-top: 1px solid #e5e5e4;
  }
  .relatedbox .pipBannerShort {
    background-color: #fff;
  }
  .relatedbox h3 {
    margin-bottom: 5px;
    padding-top: 0;
    margin-top: -5px;
    letter-spacing: .05em;
  }
  .relatedbox .cart-add-to-cart-button-button {
    width: auto;
    padding: 10px 15px;
    min-width: unset;
    margin:0;
  }
    @media(min-width: 768px){
      .pipBannerImg, .pipBannerCopy {
        display:block;
      }
    }
/* PIP Banner Code END */

/* PIP Banner */
.pipban {
  max-width: 670px;
}

/* Category Banner */

.full-cat-ban img{
  width: 1400px;
  padding-top: 1%;
  padding-bottom:70px;
}

/* Home Page */

.homepage {
    max-width: 1680px;
    margin: 0 auto;
}

.img-center {
  max-width: 1400px;
  margin: 0 auto;
}
.img-center-hero {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2.5%;
}
.img-center-hero img{
  width: 100%;
}
.row-copy {
  width: 90%; 
  padding: 0 7.5%; 
}
.hp-row {
  display:table;
  width: 100%;
}
.hp-blocks {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.hp-blocks img,.img-center img {
  margin-bottom: -7.5px;
}
.hppad, .hpbpad {
  padding-bottom: 50px;
}
.HpExclusions{
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0;
}
/* SWB */
.swb-bg {
  background-color: #F5F4F2;
  padding: 0;
  width: 100%;
}

.lower-swb {
    max-width: 1400px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    color: #000;
    line-height: normal;
    position: relative;
    padding: 10px 0;
}

.lower-swb a, .swb-cta span:hover, .swb-cta span:active {
    color: #000;
}

.lower-swb-header {
  display: table;
  font-size: 13px;
  letter-spacing:1px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.lower-swb-header a {
    color: #fff;
    cursor: pointer;
    letter-spacing:1px;
    font-weight: 300;
    padding: 0 2%;
}
.lower-swb-header a:hover {
    color: #ffffff;
    text-decoration:underline;
}
.lower-swb-header a:visited {
    color: #ffffff;
}
.lower-swb-header a:active {
    color: #ffffff;
}
.swb-cta {
    width: calc((100% - 93px) / 3);
    text-align: center;
    vertical-align: top;
    max-width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}

.bar {
    background: #000;
    padding: 0;
    width: 1px;
    margin: 0 15px;
}

@media(max-width: 991px) {
    .lower-swb {
        display: none;
    }
}



#modal-Monogram .global-views-modal-content-header-title  {
  visibility: hidden;
  position: relative;
}
#modal-Monogram .global-views-modal-content-header-title:after  {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Monogram Help";
}
/* new PBUK navigation start */
.header-menu-level1-anchor,
.header-menu-home-anchor,
.header-menu-shop-anchor,
.header-menu-level2-anchor,
.header-menu-profile .header-menu-myaccount-anchor-level2 {
    font-size: 12px;
}
.header-secondary-wrapper {
    border-top: .0625rem solid #c3bfba;
    border-bottom: .0625rem solid #c3bfba;
}

.header-menu-level1-anchor {
    padding-top: 8px;
}

.header-secondary-wrapper {
    height: 45px;
}

.nav-search-button-submit,
.site-search-button-submit {
    background-color: #f9f8f7;
    border: 1px solid #535353;
    border-left: none;
}

.site-search-input-icon:before {
    color: #000;
}
/* new PBUK navigation end */

/* Subnav old start */
.subnav {
  margin: 0 auto;
  width:600px;
  text-align:center;
  padding-bottom:1.5%;
}
.subnav .quick-links,
.subnav .quick-links a {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 15px;
    color: #010101;
    text-decoration: none;
    white-space: nowrap;
}
.subnav .quick-links a {
    padding: 0 1%;
}

.subnav .quick-links a:first-child {
  padding-left: 0%;
}
.subnav .quick-links a:last-child {
  padding-right: 0%;
}

.subnav .quick-links a, .subnav .quick-links a:hover{
  color: #010101;
}
@media (max-width: 480px) {
    .hide-mobile, .subnav {
        display: none;
    }
}
.subnav .quick-links,
.subnav .quick-links a,
.header-menu-level1-anchor,
.header-menu-home-anchor,
.header-menu-shop-anchor,
.header-menu-level2-anchor,
.header-menu-profile .header-menu-myaccount-anchor-level2,
.subnav .quick-links .dropdown-content a {
    font-size: 12px;
}

.header-secondary-wrapper {
    border-top: .0625rem solid #c3bfba;
    border-bottom: .0625rem solid #c3bfba;
}

.header-menu-level1-anchor {
    padding-top: 8px;
}

.header-secondary-wrapper {
    height: 45px;
}

.nav-search-button-submit,
.site-search-button-submit {
    background-color: #f9f8f7;
    border: 1px solid #535353;
    border-left: none;
}

.site-search-input-icon:before {
    color: #000;
}

.header-mini-cart-menu-cart-link .header-mini-cart-menu-cart-legend {
    display: inherit;
}

#dc-outer {
    bottom: 10px !important;
}

.header-main-nav .header-profile-login-link,
.header-main-nav .header-profile-register-link {
    text-transform: none;
}

@media screen and (min-width: 61.885rem) {

    .subnav .quick-links,
    .subnav .quick-links a,
    .header-menu-level1-anchor,
    .header-menu-home-anchor,
    .header-menu-shop-anchor,
    .header-menu-level2-anchor,
    .header-menu-profile .header-menu-myaccount-anchor-level2 {
        font-size: .8125rem;
    }
}

@media screen and (min-width: 75rem) {
    .header-logo-link img {
        height: 2.38375rem;
        max-width: 33.75rem;
    }
}

@media screen and (min-width: 90rem) {

    .subnav .quick-links,
    .subnav .quick-links a,
    .header-menu-level1-anchor,
    .header-menu-home-anchor,
    .header-menu-shop-anchor,
    .header-menu-level2-anchor,
    .header-menu-profile .header-menu-myaccount-anchor-level2 {
        font-size: .875rem;
    }
}

/* subnav old end */

/* subnav start */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-title p {
    font-weight: bold;
}
.dropdown-content {
    display: none;
    position: absolute;
    padding: 15px 0 5px 0;
    z-index: 1002;
    background: #f2f2f2;
    min-width: 600px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgb(86 84 88 / 18%);
    box-shadow: 0 6px 12px rgb(86 84 88 / 18%);
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content p,
.dropdown-content a {
    line-height: 20px;
    padding-bottom: 2px;
    color: #000;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    font-size: 0.8125rem;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
}

.dropdown-links a{
    font-size: 0.8125rem;
    line-height: 1.6 !important;        
    text-align: left !important;
}
/* subnav end */


/* Category SEO copy block start */
.category-site-copy p, .category-site-copy ul, .category-site-copy li {
    font-size: 1rem;
}
.category-site-copy ul, .category-site-copy ol {
    margin-left: 30px;
}
.category-site-copy ul, .category-site-copy li{
    list-style-type: disc;
}
.category-site-copy ol, .category-site-copy ol li {
    list-style-type: decimal;
}
/* Category SEO copy block end */

/* Landing Pages */

.landingPage {
    max-width: 990px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.landingPage h1 {
  font-size: 30px;
  font-weight: 100;
  line-height: 2em;
  text-transform: uppercase;
}
.landingPage h2 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
  border-bottom: gray solid 1px;
  margin-bottom: 8px;
  padding-top: 16px;
}
.landingPage h3 {
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.landingPage h4 {
  text-transform: uppercase;
}
.landingPage p {
  padding-bottom: 8px;
}
.landingPage ul, .landingPage ol{
    padding-left: 24px;
}
.landingPage ol > .landingPage li{
  list-style: decimal;
  padding-bottom: 6px;
  padding-left: 15px;
}
.landingPage li{
  list-style: disc;
  padding-bottom: 6px;
  padding-left: 15px;
}
@media (max-width: 990px) {
  .hide-desktop{
    display: block;
  }
  .hide-mobile, .img-center {
    display: none;
  }
    .img-center-mpad {
        display: table;
        padding-bottom: 40px;
    }
}
@media(min-width: 991px){
    .img-center-mpad, .hide-desktop {
        display: none;
    }
}

/* homepage template styles start */
.hmpg-container {
    margin: 0 auto;
}
.hp-container {
    overflow: hidden;
}
.hp-container>.container {
    padding-left:0;
    padding-right:0;
}
 
.fancyhome img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
 
.fancyhome-flex {
    display: flex;
}
 
.fancyhome .flexlink a {
    height: 100%;
}
 
.max12 {
    max-width: 1200px;
    margin: 0 auto;
}
 
.max14 {
    max-width: 1400px;
    margin: 0 auto;
}
 
@media (max-width: 991.98px) {
    .max12 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mblmax {
        width: calc(100vw + 30px);
        margin-left: -15px;
    }
}
 
.halfpad-wrap {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
 
.halfpad-elmt,
.col-md-5ths.halfpad-elmt {
    padding-left: 7.5px;
    padding-right: 7.5px
}
 
.halfpad-l {
    padding-right: 7.5px;
}
 
.halfpad-r {
    padding-left: 7.5px;
}
 
.nopad-l {
    padding-right: 0px;
}
 
.nopad-r {
    padding-left: 0px;
}
 
.deskflt {
    flex-direction: row-reverse;
}
 
 
/*5ths*/
 
@media (max-width: 991.98px) {
    .halfpad-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .halfpad-elmt,
    .col-md-5ths.halfpad-elmt {
        padding-left: 15px;
        padding-right: 15px
    }
    .halfpad-l {
        padding-right: 15px;
    }
    .halfpad-r {
        padding-left: 15px;
    }
    .nopad-l {
        padding-right: 15px;
    }
    .nopad-r {
        padding-left: 15px;
    }
    .fancyhome-flex {
        display: block;
    }
}
 
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths .col-xs-2-5ths,
.col-sm-2-5ths,
.col-md-2-5ths,
.col-lg-2-5ths .col-xs-3-5ths,
.col-sm-3-5ths,
.col-md-3-5ths,
.col-lg-3-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 
.col-xs-5ths {
    width: 20%;
    float: left;
}
 
.col-xs-2-5ths {
    width: 40%;
    float: left;
}
 
.col-xs-3-5ths {
    width: 60%;
    float: left;
}
 
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .col-sm-2-5ths {
        width: 40%;
        float: left;
    }
    .col-sm-3-5ths {
        width: 60%;
        float: left;
    }
}
 
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .col-md-2-5ths {
        width: 40%;
        float: left;
    }
    .col-md-3-5ths {
        width: 60%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .col-lg-2-5ths {
        width: 40%;
        float: left;
    }
    .col-lg-3-5ths {
        width: 60%;
        float: left;
    }
}
/* homepage template styles end */

/* category template styles start */
.empty-hide:empty {
    display: none;
}
 
.fancycats img {
    width: 100%;
    max-width: 100%;
}
 
.hero-head {
    text-align: center;
    margin-bottom: 30px;
}
 
.fancycats .hero-head h2 {
    font-size: 2.25rem;
}
 
.fancycats .hero-head a {
    text-decoration: underline;
}

hr.catdock {
    height: 3px;
    background: #2d2d2d;
    margin-bottom: 15px;
}
 
.lstcol {
    padding-right: 0;
}
 
.frstcol {
    padding-left: 0;
}
 
.cat-float-txt-top {
    position: absolute;
    top: 45px;
    left: 45px;
}
 
.cat-float-txt-btm {
    position: absolute;
    bottom: 45px;
    left: 45px;
}
 
.cat-banner-copy {
    position: absolute;
}
 
.cat-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.banner-wrap-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
 
.banner-text-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
 
.cat-editorial-banner1 .banner-text-flex,
.cat-editorial-banner2 .banner-text-flex {
    text-align: center;
    padding: 50px;
}
 
.cat-collab-banner .banner-text-flex {
    padding: 50px;
}
 
.cat-editorial-banner1 .cat-title,
.cat-editorial-banner2 .cat-title {
    padding: 0 25px;
}
 
.banner-flex {
    display: flex;
}
 
.fancycats h2 {
    font-family: Montserrat;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: 0.23px;
}
 
.fancycats h3 {
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: 0.23px;
}
 
h3.intro {
    margin-bottom: 30px;
}
 
.fancycats {
    text-align: left;
}
.cat-icons {
    margin-top: 15px;
}
.cat-icon-svg {
    margin-top: 15px;
}
    
.cat-icons img,
.cat-icons svg {
    height: 65px;
    width: 65px;
    display: inline-block;
    margin-right: 15px;
}
 
.fancycats.container {
    margin-bottom: 50px;
}
 
.fancycats .subcopy {
    margin-top: 11px;
    font-size: 16px;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
}
 
.cat3 .title {
    margin-top: 20px;
}
 
.cat3 .subcopy {
    margin-top: 11px;
}
 
.cat4 .title {
    margin-top: 30px;
}
 
.cat4 .subcopy {
    margin-top: 6px;
}
 
.cat-cta1 {
    margin-top: 15px;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.75px;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
}
 
.cat-cta2 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
}
 
h2.intro {
    margin-bottom: 14px;
}
 
.cat-editorial-banner1 .cat-title {
    font-family: Sanomat;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.32px;
    margin-bottom: 19px;
}
 
.cat-editorial-banner1 .cat-copy {
    font-size: 16px;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
}
 
.cat-editorial-banner2 .cat-title {
    font-size: 32px;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.32px;
    margin-bottom: 19px;
}
 
.cat-editorial-banner2 .cat-copy {
    font-family: Sanomat;
    font-size: 16px;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
}
 
.cat-collab-wrap {
    padding: 0 30px 0 0;
}
 
.cat-collab-icon {
    margin-bottom: 14px;
    /*startfix*/
    font-size: 10px;
    letter-spacing: 1px;
    /*endfixfix*/
}
 
.collab-icon {}
 
.cat-collab-name {
    font-size: 36px;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.38px;
}
 
.cat-collab-location {
    font-size: .875rem;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    margin-bottom: 19px;
}
 
.cat-collab-copy {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.32px;
    margin-bottom: 30px;
}
 
.cat-collab-profile {
    width: 150px;
    margin-bottom: 30px;
}
 
.cat-collab-close {
    line-height: 1.25;
}
 
.fancycats p {
    line-height: 1.25;
}
 
.fancycats-flex {
    display: flex;
}
 
.deskflt {
    flex-direction: row-reverse;
}
 
@media (max-width: 991.98px) {
    .cat-float-txt-top,
    .cat-float-txt-btm,
    .cat-float-txt {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        padding: 30px;
    }
    .fancycats.container {
        margin-bottom: 30px;
    }
    .cat3 .title {
        margin-top: 0px;
    }
    .fancycats {
        text-align: center;
    }
    .fancycats-flex {
        display: block;
    }
    .banner-wrap-flex {
        display: block;
    }
    .cat-collab-wrap {
    padding: 15px;}
    .cat-collab-profile {
    width:100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    }
    .cat-collab-location {
    margin-bottom: 0px;
}
    .cat-collab-banner {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    }
    .mblsldrwrap {
     width: 100vw;
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
    }
    .mblsldr,
    .col-md-5ths.mblsldr {
        float: none;
        width: 36vw;
        display: inline-block;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mblsldr:last-of-type {
        margin-right: 15px;
    }
    .mblsldr:first-of-type {
    margin-left: 15px;
}
    .mblsldrwrap::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .mblsldrwrap {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    h3.intro {
        text-align: left;
        font-size: 1.2rem;
        padding-left: 30px
    }
    hr.catdock {
        width: calc(100vw - 60px);
        left: 30px;
    }
    .cat-txt-wrap {
        padding: 30px;
    }
    .cat-img-wrap {
        padding: 0 30px;
    }
    .fancycats h2,
    .fancycats .hero-head h2 {
        font-size: 1.5rem;
        padding-bottom: 5px;
    }
    .fancycats .eyebrow,
    .fancycats p {
        padding-bottom: 5px;
    }
    .fancycats.full-width-column {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }
    .mbladjst {
        padding: 0;
        margin-left: 15px;
    }
}
/* category template styles end */

/* scrollable content block start */
.scrollableContainer-desk {
    overflow-x: scroll;
    white-space: nowrap;
    margin: 30px auto;
}

.scrollableContainer-card {
    display: inline-block;
    max-width: 25%;
    margin-right: 15px;
}

.scrollableContainer-card:last-child {
    margin-right: 0;
}

@media (max-width:990px) {
    .scrollableContainer-desk {
        display: none;
    }
}

/* scrollable content block end */

/* global utilities options start */
.img-block {
    display: block;
}

.desktopOnly, .desktop-only, .desk-ver {
    display: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-row.img-scroll, .flex-row.nav-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* scrollbar-width: none; */
    justify-content: start;
}

.flex-row img {
    width: 100%;
}

/* .flex-row.img-scroll::-webkit-scrollbar {
    display: none;
} */

.mbl-ver .flex-row.img-scroll a {
    min-width: 50%;
}

.desk-ver .flex-row.img-scroll a {
    min-width: 30%;
}

.flex-row.img-scroll a img {
    display: block;
}

.mbl-ver .flex-row.img-scroll.nav-scroll a {
    min-width: 34%;
}

.nav-scroll {
    scrollbar-width: none;
}
.navscroll::-webkit-scrollbar {
    display: none;
}

/* mobile */
@media (max-width: 800px) {
    .mbl-inset {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* mobile */
@media (max-width: 768px) {
    [data-view="Product.Sku"] section.additionalbadges-layout {
        display: block;
    }
}
/* desktop */
@media (min-width: 801px) {
    .desktopOnly, .desktop-only, .desk-ver {
        display: block;
    }
    .mobileOnly, .mobile-only, .mbl-ver {
        display: none;
    }
}
/* desktop overrides of .desktop-only */
@media (min-width: 801px) {
    .pipBannerShort.desktopOnly,
    .pipBannerFull.desktopOnly,
    .pipBannerShort.desktop-only,
    .pipBannerFull.desktop-only {
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

/*searchbar*/
@media (min-width: 998px) and (max-width:1150px) {
    .site-search-content {
        max-width: 250px;
    }

    .header-logo-wrapper{
        width: 37%;
    }
}
@media (max-width:1350px) {
    .site-search-content{
        max-width: 300px;
    }
}
/* global utilities options end */